PDF4Java Reference Documentation
com.o2sol.pdf4java.content.analyzers Package / PDFPageContentAnalysis Class / analyzeMoveToOperator Method
X coordinate
Y coordinate
In This Topic
    analyzeMoveToOperator Method
    In This Topic
    Called when m operator is found.
    Syntax
    public void analyzeMoveToOperator( 
       double x,
       double y
    )

    Parameters

    x
    X coordinate
    y
    Y coordinate
    See Also